/// <inheritdoc />
 public TDomain Load(TId id)
 {
     return(Context.Find <TDomain>(id));
 }