namespace Application.Domain; public class UbbTool { public static string HomeUbb(string no, string name) { return $"{name}"; } }