UserCustomSettings.UserStyles.FontSize saying 'Object reference not set to an instance of an object'. Like I understand that means I have to do UserStylesModel userStyles = new() but I don't want to overwrite what's pulled from the database so how do I fix this? Thanks.