public override IDecorationOf<IStore> ApplyThisDecorationTo(IStore store) { var dec = store.DecorateWithBackingFile(this.FilePath); return dec; }