public void PostRecordingkeysTest() { // TODO: add unit test for the method 'PostRecordingkeys' var response = instance.PostRecordingkeys(); Assert.IsInstanceOf <EncryptionKey> (response, "response is EncryptionKey"); }