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