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