public void CanGetCamelLastName()
        {
            string result = _utils.GetCamelLastName("lastName");

            Assert.AreEqual("LastName", result);
        }