module Application.PostBundle.Services.TestService; import skadi.framework; class TestService { string getLol() { return "lol"; } }