public async Task GetAllFleets_ReturnsFleets() { var result = await _service.GetAllFleets(_clubId); Assert.NotEmpty(result); }