public async Task <int> AddApiScopeAsync(ApiScope model) { _apiScopeRepository.AddApiScope(model); return(await _unitOfWork.SaveChangesAsync()); }