public async Task <IPlatformResponse <IMessageResponse> > SaveImage(ImageEntities entityType, Guid id, byte[] image, string fileName, string contentType, CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null) { SetupTokenAndProgress(cancellationToken, progress); return(await SdkClient.SaveImage(entityType, id, image, fileName, contentType, cancellationToken, progress)); }