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