_ReadNumber
bool _ReadNumber(const char* prompt, int64& number)
bool _ReadNumber(const char* prompt, int64 minNumber, int64 maxNumber,