public override RegistrationAttribute.Key CreateKey(string name) { MockKey key = new MockKey(); return(key); }
public override RegistrationAttribute.Key CreateKey(string name) { MockKey key = new MockKey(); return key; }