namespace MoonlightServers.Daemon.ServerSystem.Interfaces; public interface IServerComponent : IAsyncDisposable { /// /// Initializes the server component /// /// public Task InitializeAsync(); }