namespace MoonlightServers.Daemon.ServerSystem.Abstractions; public interface IInstallStorage { public Task GetHostPathAsync(); }