public async Task EnsureOrWaitUserRegistered(Guid playerId, int timeout) { await WaitHelper.WaitResultAsync(() => _bonusQueries.GetPlayerOrNull(playerId), timeout); }