public static Comment ToEntity(this CommentWidgetModel model, Comment destination)
 {
     return(model.MapTo(destination));
 }
 public static Comment ToEntity(this CommentWidgetModel model)
 {
     return(model.MapTo <CommentWidgetModel, Comment>());
 }