/// <inheritdoc /> public Task <bool> DeleteBedAsync(string id) { return(_bedRepository.DeleteByIdAsync(id)); }