public async Task <ServiceResult <string> > GetAllPhoneById(int id) { return(await _phoneService.GetAllPhoneById(id)); }