public DevopsService(IDevopsApi devopsApi) =>
public Handler(IDevopsApi api) : base(api) { }
public BaseRequestHandler(IDevopsApi api) => Api = api;