public virtual async Task <bool> CanInsertApiScopePropertyAsync(ApiScopePropertiesDto apiResourceProperty) { var resource = apiResourceProperty.ToEntity(); return(await ApiScopeRepository.CanInsertApiScopePropertyAsync(resource)); }