protected override string CreateMessage(Type dtoType)
        {
            var requestObj = ReflectionUtils.PopulateObject(Activator.CreateInstance(dtoType));

            return(TypeSerializer.SerializeAndFormat(requestObj));
        }