public async Task <IEnumerable <Tip> > ListByLocatableIdAsync(int locatableId) { return(await _tipRepository.ListByLocatableIdAsync(locatableId)); }