Exemple #1
0
 public async Task <string> CancelSubscription()
 {
     return(await communicationService.AskForUnsubscription());
 }