class ValueInjectable extends Injectable {

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