public void Post(Switch sw) { SwitchRepo.Add(sw); }
public Switch Get() { return(SwitchRepo.Last()); }