public void CallDoSomething(SomeInterface s, int value)
 {
   s.DoSomething(value);
 }
 public void CallDoSomething(SomeInterface s, int value)
 {
     s.DoSomething(value);
 }