public async Task DeleteSensorAsyncTest() { var result = await _client.DeleteSensorAsync("1"); Assert.IsNotNull(result); }