public async Task <VolunteerResponse> VolunteerAsync(VolunteerRequest request) { await Task.Delay(2000); return(new VolunteerResponse { Succeeded = true, Result = true }); }
public async Task <VolunteerResponse> VolunteerAsync(VolunteerRequest request) { throw new NotImplementedException(); }