{
    "ArgumentUndefinedException_message": "'{0}' is undefined",
    "ArgumentNullException_message": "'{0}' is null",
    "InvalidTypeException_message": "Type of '{0}' is not supported. Expected: '{1}'. {2}",
    "OutOfBoundsException_message": "The value of '{0}' is out of bounds. min: '{1}', max: '{2}",
    "IndexOutOfRangeException_message": "The index of '{0}' on '{1}' is out of bounds. min: '{2}', max: '{3}'",
    "FileNotFoundException_message": "File '{0}' is not found",
    "KeyNotFoundException_message": "Key '{0}' is not found",
    "KeyAlreadyDefinedException_message": "Key '{0}' is already defined",
    "MutexAlreadyAquiredException_message": "Mutex is already aquired. Release before aquiring again or wait"
}
