상속: System.Attribute
            public void CorrectlySetsViewModelType()
            {
                var interestedInAttribute = new InterestedInAttribute(typeof(ViewModelBase));

                Assert.AreEqual(typeof(ViewModelBase), interestedInAttribute.ViewModelType);
            }