public async Task CanCreateAsync() { await _repository.CreateAsync(new IdentityResource()); Assert.Single(_collection); }