async fn try_get_key_for_the_day_internal(
    conn: &mut PgConnection,
    valid_for_date: NaiveDate
) -> ModelResult<Option<Vec<u8>>>