I have an interface that defines some methods I would like certain classes to implement.
public interface IMyInterface { MethodA; MethodB; }
Additi
You could write a custom FxCop rule and validate check-ins against it.