pub trait ServiceEndpoints { // Required method fn register_endpoints(&self, cfg: &mut ServiceConfig); }