public void TestID() { Assert.True(Regex.Match(uut.ID(), @"^r\d{6}$").Success, "Incorrect ID format"); }