Compiler Error CS0714
'static type' : static classes cannot implement interfaces
Interfaces may define non-static methods on objects and hence may not be implemented by static classes. To resolve this error, make sure your class does not attempt to implement any interfaces.