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