public async Task <IPlatformResponse <IApp> > CreateApp(IApp application, CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null)
 {
     SetupTokenAndProgress(cancellationToken, progress);
     return(await SdkClient.CreateApp(application, cancellationToken, progress));
 }