using salesbook.Maui.Core.Interface; namespace salesbook.Maui.Core; public class FilePreviewService :IFilePreviewService { public Task Preview(string fileName, string filePath) { throw new NotImplementedException(); } }