It doesn't appear that the `SslStream` allocated in `MySqlSession.InitSslAsync` is ever disposed. This might result in native memory leaks. We probably need to dispose the `X509Certificate2` allocated in that method, too.