public StickersPurchaseFunnelEvent(StickersPurchaseFunnelAction action)
     : this(CurrentStickersPurchaseFunnelSource.Source, action)
 {
 }
 public StickersPurchaseFunnelEvent(StickersPurchaseFunnelSource source, StickersPurchaseFunnelAction action)
 {
     this.Source = source;
     this.Action = action;
 }