public static ITeamCharacterEnemyModel MapToModelLite(this ITeamCharacterEnemy entity, int currentDepth = 1)
 {
     return(Mapper.MapToModelLite(entity, currentDepth));
 }