class Injector {
  constructor() {
    this._instantiations = [];
  }