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