/// <inheritdoc /> public Task <BedModel> GetById(string id) { return(_bedRepository.FindAsync(id)); }