public void GetAttributeBody_returns_body()
        {
            var configuration = new KeyPropertyConfiguration();
            var code          = new CSharpCodeHelper();

            Assert.Equal("Key", configuration.GetAttributeBody(code));
        }
        public void GetAttributeBody_returns_body()
        {
            var configuration = new KeyPropertyConfiguration();
            var code = new CSharpCodeHelper();

            Assert.Equal("Key", configuration.GetAttributeBody(code));
        }