namespace RhSolutions.Services; public interface IFileDialog { public string[] GetFiles(); public string GetFile(); }