private void Initialize()
 {
     Method        = MethodType.GET;
     AcceptFormat  = FormatType.JSON;
     this.Composer = RpcSignatureComposer.GetComposer();
 }