Check for manager existence prior to access
When a const instance of smtk::common::TypeContainer is accessed, its get() method will throw if the type is not present in the container. To avoid this, we check for the existence of the type prior to accessing it when we have a const TypeContainer.