pub fn subscribe_local_service_on(
    handler: Box<dyn Fn(ServiceInfo) + Send + Sync>
)