public Task StoreAsync(PersistedGrant grant) { _repository.Create(ToEntity(grant)); return(Task.CompletedTask); }