public function send(command:String, ...parameters):void { call.apply(this,[command, responder].concat(parameters)); }