public async Task <MarkForDisplay> GetMarkById(Guid id) =>
 _mapper.Map <MarkForDisplay>(await _markRepository.GetMarkById(id));