// cs0525.cs: Interfaces cannot contain fields // Line: 5 interface Interface { bool value = false; }