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