Currently even knowing which interface we want from the container you have to check the various providers or container.php for the correct identifier.
Seeing as rancherize already requires php7+ we have access to Interface::class as easy access to the classpath string. All container identifiers should be moved to use Interface::class.