namespace salesbook.Maui.Core.Interface; public interface IFilePreviewService { Task Preview(string fileName, string filePath); }