public void ValidFrameTypeShouldPass(FrameType frameType)
        {
            var result = WebSocketService.ConstructFrame(frameType);

            Assert.True(result is Frame);
        }