public static long ToInt64(this string input)
        {
            if (string.IsNullOrWhiteSpace(input))
            {
                return 0;