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