internal static void BestEffortCleanup(SNIHandle target)
 {
     if (target != null)
     {
         target.Dispose();
     }
 }
 internal static void BestEffortCleanup(SNIHandle target)
 {
     if (target != null)
     {
         target.Dispose();
     }
 }