public string SystemName => "CellPay"; //is equivalent to below code: public string SystemName { get { return "CellPay"; } }