public async Task ShoulsReturnLessonHistoryListForTutor() { var plannedLessons = await _tutorService.GetLessonsHistoryAsync(_tutorId); Assert.True(plannedLessons.CompletedWithSuccess); Assert.NotNull(plannedLessons.Result); }