public async Task <bool> EnrolSingleService(SingleService s) { return(await Post <DtoService, bool>("EnrolSingleService", ServiceConverter.ViewModelSingleServiceToDto(s))); }