function setMethod(method) {
    if (typeof method !== "string") {
        throw new ExtError("ERR_METHOD_MUST_BE_STRING", "Method must be 'string' type");
    }
    this.message.method = method;