Example #1
0
 public async Task <string> MakeSubscription()
 {
     return(await communicationService.AskForSubscription());
 }