public void SonsGreetingMessage_Empty() { IPerson son = new Son(); Assert.Empty(son.GreetingMessage()); }