public static void Main( string[] args) { ITest test = new Gost28147Test(); ITestResult result = test.Perform(); Console.WriteLine(result); }