private static string GetQueueFormatKey(AbstractEntity entity)
 {
     return(CacheFactory.GenerateEntityKey(entity));
 }