public void GetInformationTest(IReadable readable, string result) { Assert.AreEqual(result, readable.GetInformation()); }