public void WhenIWantToConcatenateThemWithASpaceInBetween() { ResultString = _stringOperations.ConcatenateWithSpace(FirstWord, SecondWord); }