private async void OnFileSelected()
        {
            DebugMessages = string.Format("Selected File |||||  {0}", FileSelected);

            FileSelected.FindCover(LoadImageFile);
        }