Let\'s say we have a class called MyClass.
public class MyClass
We also have an interface like so:
public interface MyInterface
In Visual Studio 2013 you can right click on the interface and select "Implement Interface". It will generate all the methods for you with the NotImplmentedException.