Trait Service
remote_trait_object
pub trait Service: Send + Sync { }
All service trait must implement this. This trait serves as a mere marker trait with two bounds