Compiler Error CS0550
'accessor' adds an accessor not found in interface member 'property'
The implementation of a property in a derived class contains an accessor that was not specified in the base interface.
For more information, see Using Properties (C# Programming Guide).