public async Task <List <MarkForDisplay> > GetMarkByCourseUserListAsync(Guid courseUserId) =>
 _mapper.Map <List <MarkForDisplay> >(await _markRepository.GetMarkByCourseUserListAsync(courseUserId));