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