pub fn convert_hardcore_from_database(
    hardcore: i64,
) -> Result<Option<Hardcore>, PersistenceError>