pub async fn write_content_to_file(
    file_path: &str,
    content: &str
) -> Result<(), Error>