João Jerónimo

Results 2 issues of João Jerónimo

I'm using PostgreSQL and in my table I have the primary key like ``` sql CREATE TABLE IF NOT EXISTS users ( id UUID NOT NULL PRIMARY KEY DEFAULT UUID_GENERATE_V4(),...

Should `MixpanelEngage.Engage` defined [here](https://github.com/chrisnicola/Mixpanel.NET/blob/master/src/Mixpanel.NET/Engage/MixpanelEngage.cs#L25) be a private method ?