public async Task <ActionResult <T> > GetEntityByID(Guid id) { return(await _iBase.GetEntityByID(id)); }