public void UnloadAsset_ShouldDisposeSound() { // Arrange // Act _soundAssetLoader.UnloadAsset(_sound); // Assert _sound.Received().Dispose(); }