export const Head: (config: string | tenp.HeadInterface) => any = (config: string | tenp.HeadInterface): any => {
    return (target: any, propertyKey: string) => {
        forwardMethod(target, propertyKey, 'head',  config);
    }
}