pub fn read_json_file_with_lock<T>(path: impl AsRef<Path>) -> Result<T, Report>where
    T: DeserializeOwned,