order(propertiesToStreamline: IOrder = []) {
    this.__order = orderConfig(propertiesToStreamline);
    this.validateConfig();
    this.validateData();
    return this;