public Task <UIImage> LoadImageAsync(
     ImageSource imageSource,
     CancellationToken cancellationToken = new CancellationToken(),
     float scale = 1)
 {
     return(FFImageLoadingHelper.LoadViaFFImageLoading(
                imageSource, cancellationToken));
 }
 public static void Init(bool debug = false)
 {
     FFImageLoadingHelper.Init();
     IsDebugEnabled = debug;
 }