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