using System.Threading.Tasks; namespace Cosmos.VS.ProjectSystem { public interface IBootableProperties { Task GetBinFileAsync(); Task GetIsoFileAsync(); } }