public void Identity_metadata_not_on_text_is_ignored()
 {
     using (var context = new JokerContext(_options))
     {
         context.Database.EnsureClean();
     }
 }
 public void Identity_metadata_not_on_text_is_ignored()
 {
     using (var context = new JokerContext(_options))
     {
         context.Database.EnsureCreated();
     }
 }