pub fn try_read_config_file<T: DeserializeOwned>(
    path: &Path
) -> Result<Option<T>>