public bool Method1(TestService1 service1, TestService2 service2, TestService3 service3)
 {
     throw new InvalidOperationException("Invalid method called!");
 }
 public TestClass1(TestService1 service1, TestService3 service3)
 {
     throw new InvalidOperationException("Invalid method called!");
 }