/// <inheritdoc />
 public bool Delete(TDomain domain)
 {
     Context.Remove(domain);
     return(Context.SaveChanges() > 0);
 }