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