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