public string DoTheCall()
 {
     return(someInterface.ReturnSomeString());
 }