public static void AddError(this ConcurrentDictionary <string, ConcurrentDictionary <string, List <string> > > notifications, KeyValuePair <string, List <string> > propertyMessages)
 {
     notifications.AddNotification("errors", propertyMessages);
 }