public ActionResult <List <Beat> > Get() => _beatService.Get();
public async Task <ActionResult <List <Beat> > > Get() => await _beatService.Get();