namespace InABox.IPC { public interface IRPCCommandHandler { String? Execute(String? parameters); } }