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