public void Get_ParmeterNotFound_ThrowInvalidArgumentException() { Assert.Throws <ArgumentException>( () => _ctx.Get <int>("invalidName") ); }