using System; using InABox.Core; namespace InABox.IPC { public interface IRPCCommand<TProperties,TResult> { } }