using OF_DL.Models; namespace OF_DL.Services; public interface IStartupService { Task ValidateEnvironmentAsync(); Task CheckVersionAsync(); }