public TenantWrapper(TenantInfo tenant) { Value = tenant; }
public TenantWrapper(TenantInfo tenant) { _tenant = tenant; }