using System; using System.Collections.Generic; using System.Text; namespace InABox.Rpc { public class RpcVersionCommand : IRpcCommand<RpcVersionParameters, RpcVersionResult> { } }