pub trait HasServiceErrorSource { // Required method fn get_service_error_source(&self) -> ServiceErrorSource; }