class FactoryInjectable extends Injectable {

  constructor(Target) {
    super();
    this.Target = Target;