public void When_reading_from_octopus()
 {
     var query = new ReadVariablesQuery(_config, _filter);
     query.Execute().ShouldNotBeEmpty();
 }