i want to implement rhino security on my application. i have user entity class whose Id field is GUID.
according to Rhino security instructions i have to implement IUser interface which contains an id field which is long. now how can i implement IUSer interface without changing datatype of my user entity class