pub fn write_json_file_with_lock<T>(
    path: impl AsRef<Path>,
    data: &T
) -> Result<(), Report>where
    T: Serialize,