public async Task <bool> AuthorizeSkill(string username, int skillId) { return(await _skillRepository.CheckSkillExist(username, skillId)); }