public TfsRestWatcher(SirenOfShameSettings settings, TfsRestCiEntryPoint tfsRestCiEntryPoint) : base(settings)
 {
     _tfsRestCiEntryPoint = tfsRestCiEntryPoint;
     _service             = new TfsRestService();
 }
 public TfsRestWatcher(SirenOfShameSettings settings, TfsRestCiEntryPoint tfsRestCiEntryPoint)
     : base(settings)
 {
     _tfsRestCiEntryPoint = tfsRestCiEntryPoint;
     _service = new TfsRestService();
 }