export interface IChaining { append: (sourceProperty: any) => IChaining; value: string; }