document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. interface IMyInterface
  2. {
  3.     void MethodToImplement();
  4. }
');