I have created an Asp.net Web API 2 project following tutorials like ...this one.... I've extended the identity models to use int keys for my users ...like so.... Now I am stuck on how to completely decouple this "Auth API" from my core project. I'm aware...