class Deployer {
  public store: Store;

  constructor() {
    this.store = {};