public async Task <IActionResult> Get(string tagTitle) { var tags = await _tagsService.FindByTitle(tagTitle); return(Ok(tags)); }