public ulong?ParseUInt(string text) => _formatter.ParseUInt(ValidateInput(text));