using System.Security.Cryptography.X509Certificates; namespace CoreLibrary.Events { public class PasserMainEventArgs : EventArgs { public PasserMainEventArgs() { } } }