public async Task <bool> AddSubjectAsync(ISubject subject) { return(await _subjectRepository.CreateAsync(subject.Map <ISubject, SubjectDto>())); }