namespace Dipper.Alioth.Services; public class DomainAsterism : IAsterism { public void Initialize() { Console.WriteLine("已加载主模块"); } }