public MyApiDto(Apis api) { this.ApiId = api.Id; this.ApiName = api.ApiName; this.ApiUrl = api.ApiUrl; }