private static DateTime? GetSentVersionOfEntity(ControllerContext filterContext)
 {
     return filterContext.GetIfModifiedSince();
 }