public async Task <List <Text> > GetTexts(Guid sourceId) { return(await _textManager.GetTexts(sourceId).Where(x => x.SourceId == sourceId).ToListAsync()); }