public void Return_Some_Result_WhenCorrect_Path_Is_Provided(string path)
        {
            string result = ilReader.ReadILCodeFromAssembly(path);

            Check.That(result).Not.IsNullOrEmpty();
        }