Around.addProperty = (stageClass: Class<Stage>, property: string): void => {
  aroundProvider.getStoreFromStageClass(stageClass).addProperty(property);
};