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