public async Task <int> ExecuteAsync(GetPagesCommand command) { var pages = _templatesService.GetPages(command.ProjectType, command.FrontendFramework, command.BackendFramework); _messageService.SendResult(MessageType.GetPagesResult, pages); return(await Task.FromResult(0)); }