pub trait ServiceContext: Send + Sync + 'static { type Error: Error + Send + Sync + 'static; }
Trait for service context shared across stateful handlers