public string StringResponse = String.Empty; // Optional response in the the ResponseObject object

    #endregion Fields

    #region Methods

    public void Clear()
    {
        this.Result = ResponseEnums.Success;
        this.StringResponse = String.Empty;
    }
    public string StringResponse = String.Empty; // Optional response in the the ResponseObject object

    public void Clear()
    {
        this.Result         = ResponseEnums.Success;
        this.StringResponse = String.Empty;
    }