static public string GetUpnByUserId(Guid id) { using (BasicChannel channel = new BasicChannel()) { return(channel.GetUpnByUserId(id)); } }