void specify_of_type_for_gemini_compares_direct_type() { dynamic blog = new BlogEntry(new { }); ((bool)blog.IsOfType <BlogEntry>()).should_be_true(); }