pub const ENDPOINT_SCHEME: &str = "dyn://";
How we identify a namespace/component/endpoint URL. Technically the ‘://’ is not part of the scheme but it eliminates several string concatenations.