#include "pch.h"
#include "Class.h"
#include "Class.g.cpp"
namespace winrt::TestComponent::implementation
{
int32_t Class::One()
return 1;
}