private async void RequestData()
 {
     OnReceiveData(await gameNetwork.GetText(config.Url, networkCancellationToken));
 }