I added a value "CustomerID" to the customer object, and I can save a value now and see it in the customer administration section.

The reason I did this is we are syncing nopcommerce and another database together.

I've created a separate plugin that returns data from a webservice.

How do I check the value of that CustomerID field I created from within my plugin?  I've seen posts making reference to nopContext, but those are from pre 2.x and I can't seem to find that class in the new solution.

What is the best way to go about doing this?