protected override void SetCommandParameters(WSCommandTypeBase command)
 {
     command.SetCommandParameter("Type", Type);
 }
 protected override void SetCommandParameters(WSCommandTypeBase command)
 {
     command.SetCommandParameter("IsSuccess", IsSuccess);
     command.SetCommandParameter("Message", Message);
 }