using PRSServices; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PRSServer.Services; [RunInstaller(true)] public class PRSServerInstaller : PRSInstaller { }