using System; namespace sharp.tradebot.rpc { public class RPCRequest { public string Command; public string[] Arguments; } }