public async Task <IPlatformResponse <IList <string> > > SaveTag(TagEntities entityType, Guid entityId, string tag, CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null)
 {
     SetupTokenAndProgress(cancellationToken, progress);
     return(await SdkClient.SaveTag(entityType, entityId, tag, cancellationToken, progress));
 }