public T GetEntity(Guid guid)
 {
     return(exactOnlineQuery.GetEntity(guid));
 }