protected override async Task OnInitializedAsync()
 {
     if (id == 0)
     {
         StoreInformation = new TotallyNotSmartPayModels.StoreInformation();
     }
     else
     {
         StoreInformation = await StoreInformationDataService.GetStoreInformation(id);
     }
 }