public void GetBikeColors_Calls_GetColors_In_Service() { colorController.GetBikeColors(); mockService.Verify(s => s.GetBikeColors(), Times.Once); }