public interface MyInterface 
{ 
  public int Property = 10; 

  public void Method(); 
} 