public static CryptTools Instance() { if (_instance == null) { _instance = new CryptTools(); } return(_instance); }