public async Task <IEnumerable <RoleDto> > GetActiveRoleAsync()
 {
     return(await _administrationRepository.GetActiveRoleAsync());
 }