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