public KcpKeyFile(Stream keyFileStream, string FileName)
 {
     Construct(IOConnectionInfo.FromStream(keyFileStream, FileName), false);
 }