public bool Method1(int x)
 {
     testInterface.Method1(x);
     return(true);
 }