private async void ExecuteBuySMSCommand() { IsUSSDSending = true; _alertSvc.ShowInfoMsg(await _smsSvc.SendBuySMS()); IsUSSDSending = false; }