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