public void ReturnsFalseIfBikeIsBroken() { _bike.Break(); var result = _bike.isWorking; Assert.False(result); }