using System.Threading.Tasks; namespace Avalar.Views { public interface IAvalarViewService { Task ShowOpenImageFileDialog(); } }