class ConstructableInjectable extends Injectable {
  constructor(Target) {
    super();
    this.Target = Target;
  }