public ChooserManager(InstanceActivator activator, IPhoneService phoneService)
 {
     this.activator    = activator;
     this.phoneService = phoneService;
 }
 public PhoneContainer()
 {
     Activator = new InstanceActivator(type => GetInstance(type, null));
 }