#include "Utils.h" namespace ::extensionLowerCase:: { int SampleMethod(int inputValue) { return inputValue * 100; } }