pub trait OldBackend: Send + Sync + 'static { // Required method fn send(&self, request: Request) -> Result<Response, ViaductError>; }