public static void AddToPacket(DictionaryPacket packet, UserSubscription subscription)
 {
     packet["subscription"] = subscription;
 }