private async Task <string> GetName(string text) { return(await DialogsHelper.GetValue(text, WindowType.TreeMenu)); }