public static bool AreEqual(this IStoryArcModel model, IStoryArc entity)
 {
     return(Mapper.AreEqual(model, entity));
 }