protected virtual void Assert(IWatcherStatsResponse response)
 {
     response.IsValid.Should().BeTrue();
     response.ConnectionStatus.HttpStatusCode.Should().Be(200);
     response.WatcherState.Should().Be("started");
     response.ExecutionThreadPool.Should().NotBeNull();
     response.CurrentWatches.Should().NotBeNull();
     response.QueuedWatches.Should().NotBeNull();
 }
 protected virtual void Assert(IWatcherStatsResponse response)
 {
     response.IsValid.Should().BeTrue();
     response.ConnectionStatus.HttpStatusCode.Should().Be(200);
     response.WatcherState.Should().Be("started");
     response.ExecutionThreadPool.Should().NotBeNull();
     response.CurrentWatches.Should().NotBeNull();
     response.QueuedWatches.Should().NotBeNull();
 }