pub trait ConfiguredService { // Required methods fn auth(&self) -> ServiceAuth; fn host(&self) -> String; }