``` bool success; c.Export(typeof(BasicService)).TryAs(typeof(IBasicService), out success); ``` Only exports BasicService if no other IBasicService exist. Also need to add a TryByInterface and TryByInterfaces to ExportTypeSetConfiguration
Only exports BasicService if no other IBasicService exist.
Also need to add a TryByInterface and TryByInterfaces to ExportTypeSetConfiguration