public static decimal BuildDecimal(this string value)
 {
     return(FormatHelper.BuildDecimal(value));
 }