public Term Get(int id) { return(_termRepository.Get(id)); }
public async Task <GlossaryTerm> Get(int id) { return(await _dataRepository.Get(id)); }