public void Create__ReturnsISoundOfTypeCsCoreSound() { //Act ISound actual = Target.Create(); //Assert actual.Should().BeOfType <CsCoreSound>(); }