Compiler Error CS0551
Explicit interface implementation 'implementation' is missing accessor 'accessor'
A class that explicitly implements an interface's property must implement all the accessors that the interface defines.
For more information, see Using Properties (C# Programming Guide).