public SkillDto DeleteByName(String skillName) { return(SkillDto.Create(_skillRepository.DeleteByName(skillName))); }