using Sers.ServiceStation; namespace Main { public class Program { public static void Main(string[] args) { ServiceStation.AutoRun(); } } }