pub async fn get_by_secret_key(
    conn: &mut PgConnection,
    secret_key: &str
) -> ModelResult<StudyRegistryRegistrar>