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