public async Task <IReadOnlyCollection <Credential> > FetchCredentialsAsync(UserId userId)
 {
     return(await _gameCredentialRepository.FetchCredentialsAsync(userId));
 }