public TestController(ITestService testService,ITestWcfService testWcfService)
 {
     this.testService = testService;
     this.testWcfService = testWcfService;
 }
 public TestController(ITestService testService, ITestWcfService testWcfService)
 {
     this.testService    = testService;
     this.testWcfService = testWcfService;
 }