pub async fn write_config_file<C: Serialize>( template_path: &str, context: &C, output_path: &str, ) -> Result<()>