private static async Task<IEnumerable<Section>> GetSectionsByStudentId(StudentService cs, string studentId) { var result = await cs.GetStudentSectionsByStudentId(studentId); return result; }