pub type SharedContractRuntime<S> = Arc<Mutex<Runtime<S>>>;
pub struct SharedContractRuntime<S> { /* private fields */ }