using System; namespace Luticate2.Mvc.Auth { public class Class1 { public static string Method1(string arg1) { return $"testValue {arg1}"; } } }