// cs0547.cs: 'Property' : property or indexer cannot have void type// Line: 5 interface Interface { void Property { get; } }