public async Task Objects_GetAllObjects_IsNotNull() { var objects = await _client.GetObjectsAsync <object>(); Assert.IsNotNull(objects); }