public async Task <List <TimeTableWithCourseNameOutputModel> > GetTimetableForStudent(int teacherId) { return(TimeTableWithCourseNameMapper.ToOutputModels(await lessonStorage.GetTeacherTimetable(teacherId))); }