I am new to ServiceStack, The extensiblity of this framework just blow my mind. but it didnt seems to me any example to extend the data type of UserAuth. The IUserAuth interface seems to be tightly coupled with the framework.
Lets say i have a very large Database, and it is required to set UserAuth Id DataType as long instead of int. How can this be achieved?