public void GetCounter_ThrowsAnException_WhenKeyIsNull()
 {
     Assert.Throws <ArgumentNullException>(() => _connection.GetCounter(null));
 }