using System; using System.Collections.Generic; using System.Text; namespace PRSServer { public class PipeDatabaseProxyProperties : DatabaseProxyProperties { public override ServerType Type() => ServerType.PipeProxy; } }