public Task <string> LocalCall(string p_name) { return(Kit.LocalCall(new UyEvent { Name = p_name })); }