public static IEpisodeLocationModel MapToModel(this IEpisodeLocation entity, int currentDepth = 1)
 {
     return(Mapper.MapToModel(entity, currentDepth));
 }