using System; using System.Collections.Generic; using System.Text; namespace InABox.Rpc { public class RpcReleaseNotesCommand : IRpcCommand<RpcReleaseNotesParameters, RpcReleaseNotesResult> { } }