public NativeMethods.EddieLibraryResult GetTransportStats(ref NativeMethods.ovpn3_transport_stats stats)
 {
     return(NativeMethods.EddieLibrary.GetClientTransportStats(ref stats));
 }