pub async fn execute_rcon(
    instance_state: State<'_, SharedFactorioInstance>,
    command: String
) -> Result<(), String>