using System; using System.Collections.Generic; using System.Text; namespace InABox.Rpc { public class RpcInstallerCommand : IRpcCommand<RpcInstallerParameters, RpcInstallerResult> { } }