pub fn run_server(
    url_server: String,
    file_path: Option<String>
) -> Result<(), Box<dyn Error>>