namespace Foodsoft.Alpm { public struct Backup { private string _name; private string _hash; } }