public void DeleteByCookie(DeleteByCookie value) { WithConnection( c => { value.ExecuteNonQuery(c); } ); }