private async Task <bool> StorePictureDataInDb(string appImagePath, string imageGuid, string contentType, int galleryId)
 => await galleryService.AddPictureInfoAsync(imageGuid, contentType, appImagePath, galleryId);